unit testing - определение. Что такое unit testing
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое unit testing - определение

SOFTWARE TESTING METHOD BY WHICH INDIVIDUAL UNITS OF SOURCE CODE ARE VALIDATED
Unit-testing; Unit Test; Unit tests; Component testing; Unit Testing; Component test; Unit test; Automated unit testing; UnitTesting; Software test engineering; Unit Testing framework; Unit testing framework; Parametrized Unit Testing; Parameterized unit testing; Testing framework
Найдено результатов: 3310
unit testing         
<testing> The type of testing where a developer (usually the one who wrote the code) proves that a code module (the "unit") meets its requirements. (2003-09-24)
Unit testing         
In computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use.
Lazy systematic unit testing         
METHOD OF SOFTWARE TESTING
Lazy Systematic Unit Testing
Lazy Systematic Unit TestingA J H Simons, JWalk: Lazy systematic unit testing of Java classes by design introspection and user interaction, Automated Software Engineering, 14 (4), December, ed. B.
The Art of Unit Testing         
2009 BOOK BY ROY OSHEROVE
Art of Unit Testing, The
The Art of Unit Testing is a 2009 book by Roy Osherove which covers unit test writing for software. It's written with .
List of unit testing frameworks         
WIKIMEDIA LIST ARTICLE
PyUnit; Pyunit; Unittest; Comparison of unit testing frameworks
This article is a list of tables of code-driven unit testing frameworks for various programming languages. Some, but not all, of these are based on xUnit.
Usability testing         
TECHNIQUE USED IN USER-CENTERED INTERACTION DESIGN TO EVALUATE A PRODUCT BY TESTING IT ON USERS
Usability study; UI Testing; Usability test; Hallway testing; Hallway usability testing; Usability Testing; User testing; UX testing; User study; User test; Guerrilla usability
Usability testing is a technique used in user-centered interaction design to evaluate a product by testing it on users. This can be seen as an irreplaceable usability practice, since it gives direct input on how real users use the system.
All-pairs testing         
ALSO KNOWN AS PAIRWISE TESTING, A SOFTWARE TESTING METHOD
Combinatorial Interaction Testing; All-pair testing
In computer science, all-pairs testing or pairwise testing is a combinatorial method of software testing that, for each pair of input parameters to a system (typically, a software algorithm), tests all possible discrete combinations of those parameters. Using carefully chosen test vectors, this can be done much faster than an exhaustive search of all combinations of all parameters, by "parallelizing" the tests of parameter pairs.
Keyword-driven testing         
KEYDRIVEN DATA DRIVEN FRAME WORK
Table-driven testing; Keyword driven testing
Keyword-driven testing, also known as action word based testing (not to be confused with action driven testing), is a software testing methodology suitable for both manual and automated testing. This method separates the documentation of test casesincluding both the data and functionality to usefrom the prescription of the way the test cases are executed.
bottom-up testing         
THE PHASE IN SOFTWARE TESTING IN WHICH INDIVIDUAL SOFTWARE MODULES ARE COMBINED AND TESTED AS A GROUP
Integration test; I&T; Component integration testing; Integration and testing; Integration & testing; Bottom-UP testing; Integration tests
<programming> An integration testing technique that tests the low-level components first using test drivers for those components that have not yet been developed to call the low-level components for test. Compare bottom-up implementation. (1996-05-10)
integration testing         
THE PHASE IN SOFTWARE TESTING IN WHICH INDIVIDUAL SOFTWARE MODULES ARE COMBINED AND TESTED AS A GROUP
Integration test; I&T; Component integration testing; Integration and testing; Integration & testing; Bottom-UP testing; Integration tests
<testing> A type of testing in which software and/or hardware components are combined and tested to confirm that they interact according to their requirements. Integration testing can continue progressively until the entire system has been integrated. (2003-09-24)

Википедия

Unit testing

In computer programming, unit testing is a software testing method by which individual units of source code—sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures—are tested to determine whether they are fit for use.